home *** CD-ROM | disk | FTP | other *** search
/ Adobe Graphics & Publishing SDK 1996 December / Adobe Graphics & Publishing SDK 1996 December.iso / mac / After Effects 3.1 SDK Mac / Examples / UI Samples / Custom UI in fx window / AEFX_UILib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-04  |  474 b   |  20 lines  |  [TEXT/CWIE]

  1. /**
  2.     AEFX_UiLib.h
  3.     
  4.     Part of the Adobe After Effects 3.1 SDK    
  5.     Copyright (c)1993-96, Adobe Systems Inc, All Rights Reserved.
  6.  
  7.     Revision History
  8.         1.0, created by dmw
  9. **/
  10.  
  11. #ifndef _H_AEFX_UILIB
  12. #define _H_AEFX_UILIB
  13.  
  14. #include <QDOffscreen.h>
  15.  
  16. Boolean CreateOffscreenBitMap( GWorldPtr *newOffscreen, short depth, Rect *inBounds );
  17. void DestroyOffscreenBitMap( GWorldPtr oldOffscreen );
  18. void InvalidateWorld(GWorldPtr offscreen, GDHandle gdH);        // fills world w/ an "X"
  19.  
  20. #endif